home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9107 / embay_c / read.me < prev    next >
Text File  |  1991-03-14  |  981b  |  32 lines

  1.  
  2. To compile the source code, you'll need the C Developer's Toolkit for
  3. Emerald Bay, and Turbo C++.
  4.  
  5. Be sure to make the changes to the Toolkit's header files (described in
  6. the article) before compiling.
  7.  
  8. The headers to modify are EB.H, BCD.H (from the Toolkit, not Borland's BCD.H).
  9. You'll also need KEYDEF.H (also in the Toolkit).
  10.  
  11. The source files for the demo and classes are:
  12.  
  13.     LLIST.H
  14.     LLIST.CPP
  15.     EB_EDIT.H
  16.     EB_EDIT.CPP
  17.     DED.CPP
  18.     FIELD.CPP
  19.     FORM.CPP
  20.     TABLE.CPP
  21.  
  22. Compile and link these with the toolkit library to produce EB_EDIT.EXE.
  23.  
  24. To run the demo program, you'll need the Emerald Bay database engine.
  25. Load it before running the demo.
  26.  
  27. The demo's database, consistint of CEDIT.EBD and CEDIT.EBX, has only a few
  28. records, but they're adequate to illustrate the class features.  To add or
  29. delete records from the demo database, you'll need Vulcan, Breeze (included
  30. with both Vulcan and the Toolkit), or another program.
  31.  
  32.